home *** CD-ROM | disk | FTP | other *** search
- ; emacs.rc: Startup file for MicroEMACS 3.12, EvG 930510
-
- ;
- ; Modify some bindings to tmacs style
- ;
- bind-to-key i-shell ^C
- bind-to-key delete-previous-word M-H
- bind-to-key query-replace-string M-Q
-
- unbind-key ^XR
- bind-to-key reverse-incremental-search ^R
- unbind-key ^XS
- bind-to-key incremental-search ^\
- unbind-key ^Q
- bind-to-key quote-character ^Z
- unbind-key ^X^S
- bind-to-key save-file ^XS
-
- unbind-key ^S
-
- ;
- ; Setup the keypad functions
- ;
- bind-to-key beginning-of-file FND ; <Clr Home>
- bind-to-key end-of-file FN^D ; <Control>/<Clr Home>
- bind-to-key next-page FN^N ; <Control>/<down arrow>
- bind-to-key previous-page FN^P ; <Control>/<up arrow>
-